home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 39 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  924 b 

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: scampi@sanity.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: THOR EMAIL
  5. Date: Tue, 2 Jan 96 00:18:24
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960102.461D88.900@ao059.du.pipex.com>
  9. References: <594.6559T327T2048@mindlink.bc.ca> <963.6563T529T460@vip.at> <127.6569T38T2942@Index.com>
  10. NNTP-Posting-Host: ao059.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Edward Stewart (Edward.Stewart@Index.com) wrote:
  14. : >Setenv SOCKETCONFIG "UID=200 GID=100 USER=<user> DOMAIN=<domain> UMASK=022"
  15. : Are the quotation marks part of the set up????
  16.  
  17. They aren't. The quotes _enclose_ the environment variable setting - they
  18. won't appear if you, for example, type "GetEnv SOCKETCONFIG".
  19.  
  20. The quotes aren't really necessary, though -
  21.  
  22. Setenv SOCKETCONFIG UID=200 GID=100 USER=<user> DOMAIN=<domain> UMASK=022
  23.  
  24. will work as well.
  25.  
  26. --Mat.
  27.